BlitIMageThreadPriority
BlitIMageThreadPriority Level
 
Parameters:

    Level = The required priority our blitimage thread should have (Range 0=lowest to 15=highest)
Returns: NONE
 

     The BlitIMageThreadPriority command controls the what priority we would like our blitimage thread to have. While the priority level ranges from 0=lowest to 15=highest, the ultimate determination for when a thread is executed is made by the operating system. So even thought we might demand the highest priority from the OS, there's no guarantee you'll get it. That's because the operating system might have hundreds of other threads wanted to be executed also.




FACTS:


      * Once set, the thread priority doesn't need to be constantly set, like say the BlitImageThreadMode.



 
Related Info: BlitImageThreadMode | GetBlitIMageThreadPriority :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com